﻿/*内页标题*/
.n-tit {}

.n-tit .en {
	font-size: .23rem;
	color: #737373;
	line-height: 1em;
	text-transform: uppercase;
	font-family: dinz;
}

.n-tit .en span {
	font-weight: normal;
}

.n-tit .cn {
	font-size: .46rem;
	color: #000;
	margin-top: 10px;
	line-height: 1em;
	font-family: 'sy-b';
}

/*类目*/
.menu {
	width: 100%;
	margin-top: 60px;
	margin-bottom: -10px;
}

.menu ul {
	display: flex;
	justify-content: center
}

.menu li a {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 5px 10px 5px;
	color: #191919;
	font-size: 18px;
	border: 1px #e9e9e9 solid;
	overflow: hidden;
	padding: 10px 20px;
	background: #f7f7f7;
	font-family: 'sy-n';
}

.menu li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #d70c19;
	transition: transform .5s;
	transform: scale(0, 1);
	transform-origin: right;
}

.menu li:hover a,
.menu li.active a {
	color: #fff;
	border-color: #d70c19
}

.menu li:hover a:after,
.menu li.active a:after {
	transform: scale(1);
	transform-origin: left;
}


.newsmenu {
	width: 100%;
}

.newsmenu ul {
	display: flex;
}

.newsmenu li a {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 5px 10px 5px;
	color: #fff;
	font-size: 20px;
	border: 1px solid #acacad;
	overflow: hidden;
	padding: 10px 30px;
	background: rgba(255, 255, 255, 0.1);
}

.newsmenu li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #d70c19;
	transition: transform .5s;
	transform: scale(0, 1);
	transform-origin: right;
}

.newsmenu li:hover a,
.newsmenu li.active a {
	color: #fff;
	border-color: #d70c19
}

.newsmenu li:hover a:after,
.newsmenu li.active a:after {
	transform: scale(1);
	transform-origin: left;
}

/*关于我们*/
.ny-profile {
	padding: 65px 0;
}

.ny-profile .con {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.ny-profile .txt {
	width: 45.8%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ny-profile .txt .intro p {
	color: #909090;
	font-size: 15px;
	line-height: 25px;
	padding: 5px 0px;
	font-family: 'sy-n';
}

.ny-profile .txt .itemBox {
	display: flex;
	justify-content: space-between;
	padding: 65px 0px;
	border-bottom: 1px solid #eee;
}

.ny-profile .txt .itemBox .item .t {
	font-size: 16px;
	line-height: 36px;
	color: #d70c19;
}

.ny-profile .txt .itemBox .item .t span {
	font-size: 44px;
	font-family: 'hg';
}

.ny-profile .txt .itemBox .item .t1 {
	font-size: 16px;
	line-height: 20px;
	color: #333;
	margin-top: 7px;
}

.ny-profile .img {
	width: 50%;
}

.ny-profile .img img {
	width: 100%;
}

.ny-profile .btns {
	text-align: center;
	margin-top: 20px;
}

.ny-profile .btns .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #fff;
	position: relative;
	display: inline-block;
	margin: 0 6px;
	background: none;
	opacity: 1;
}

.ny-profile .btns .swiper-pagination-bullet:after {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	background-color: #888;
	position: absolute;
}

.ny-profile .btns span.swiper-pagination-bullet-active {
	border-color: rgba(215, 12, 25, 0.5);
}

.ny-profile .btns span.swiper-pagination-bullet-active:after {
	background-color: #d70c19;
}

.ny-position {
	background: #f5f5f5;
	padding: 50px 0px;
}

.ny-position .intro {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	align-items: center;
}

.ny-position .intro .img {
	width: 45%;
}

.ny-position .intro .txt {
	width: 50%;
}

.ny-position .intro .txt p {
	font-size: 18px;
	margin: 25px 0px;
	line-height: 1.8em;
}

/*发展历程*/
.ny-history {
	background: #1c6da9;
	position: relative;
	height: auto;
}

.ny-history .bg {
	position: relative;
	z-index: 5;
}

.ny-history .content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 5.7%;
}

.ny-history .n-tit .en,
.ny-history .n-tit .cn {
	color: #fff;
}

.ny-history .content .list {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	bottom: 16%;
	left: 0;
	z-index: 10;
}

.ny-history .content .list .a {
	width: 42px;
	height: 42px;
	background-color: #fff;
	border-radius: 100%;
	top: -21px;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	color: #2c77ae;
	font-size: 20px;
}

.ny-history .content .list .a.prev {
	left: 4.2%;
}

.ny-history .content .list .a.next {
	right: 4.2%;
}

.ny-history .content .list .listNew {
	width: 83.3%;
	height: auto;
	margin: -10px auto 0;
	overflow: hidden;
}

.ny-history .content .list .listNew ul li {
	width: 20%;
	float: left;
	text-align: center;
	cursor: pointer;
}

.ny-history .content .list .listNew ul li .dian {
	width: 20px;
	height: 20px;
	margin: 0 auto 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	border-radius: 100%;
}

.ny-history .content .list .listNew ul li .dian:after {
	width: 5px;
	height: 5px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	background-color: #bedfef;
	content: '';
	border-radius: 100%;
}

.ny-history .content .list .listNew ul li .year {
	font-size: 14px;
	line-height: 36px;
	font-family: 'din';
	color: #fff;
	opacity: 0.5;
}

.ny-history .content .list .listNew ul li.swiper-slide-active .dian {
	border-color: #fff;
}

.ny-history .content .list .listNew ul li.swiper-slide-active .dian::after {
	background-color: #fff;
}

.ny-history .content .list .listNew ul li.swiper-slide-active .year {
	font-size: 20px;
	opacity: 1;
	font-family: 'din';
}

.ny-history .content .conList {
	position: absolute;
	bottom: 16%;
	left: 0;
	width: 100%;
	z-index: 9;
}

.ny-history .content .conList ul {
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ny-history .content .conList ul li {
	width: calc(50% - 30px);
	margin-left: calc(50% + 30px);
	height: 85px;
	position: relative;
}

.ny-history .content .conList ul li .line {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 30px;
	left: -30.5px;
	background-color: #fff;
}

.ny-history .content .conList ul li .line::after {
	width: 5px;
	height: 5px;
	left: -2px;
	border-radius: 100%;
	top: 0;
	background-color: #fff;
	content: '';
	position: absolute;
}

.ny-history .content .conList ul li .m {
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	font-family: 'sy-b';
}

.ny-history .content .conList ul li .txt {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-top: 10px;
	width: 80%;
}

.ny-history .content .conList ul li .txt p {
	color: #fff;
}

.ny-history .content .conList ul li:last-child {
	height: 120px;
}

.ny-history .content .conList ul li:last-child .line {
	height: calc(100% - 30px);
}

.ny-history .content .conList ul li:nth-child(2n) {
	margin-left: 0;
	text-align: right;
}

.ny-history .content .conList ul li:nth-child(2n) .line {
	right: -30.5px;
	left: auto;
}

.ny-history .content .conList ul li:nth-child(2n) .txt {
	margin-left: 20%;
}

.ny-history .content .yearB {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 43%;
	z-index: 3;
	font-size: 320px;
	line-height: 322px;
	font-family: 'din-m';
	color: #1964a7;
}

.about-3 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.about-3 h2 {
	font-size: .46rem;
	padding: .95rem 0 .3rem
}

.about-3 .bg {
	background: url("../images/history_bg.jpg") center no-repeat;
	background-size: cover;
	min-height: 8rem;
	text-align: center;
	color: #fff;
	position: relative
}

.about-3 .container {
	position: relative;
}

.about-3 .n-tit {
	position: absolute;
	display: inline-block;
	top: .5rem;
	left: 50%;
	margin-left: -6.8rem;
	text-align: left
}

.about-3 .cn,
.about-3 .en {
	color: #fff;
}

.about-3 .list li {
	position: relative;
	display: none;
}

.about-3 .list li:first-child {
	display: list-item;
}

.about-3 .list li .time {
	font-family: 'hg';
	font-size: 1.53rem;
	opacity: .1;
	position: absolute;
	left: 0;
	right: 0;
	line-height: 3.1rem;
	top: 1rem;
}

.about-3 .list li .lib {
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-3 .list li .lib .item {
	margin: 0px 10px;
}

.about-3 .list li .name {
	font-size: .26rem;
	line-height: .36rem;
	position: relative;
	padding: 3rem 0 .2rem 0;
}

.about-3 .list li .name p {
	color: #fff;
	font-family: 'sy-b';
}

.about-3 .list li .name:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: .5rem;
	height: .02rem;
	background: #c22c33;
	margin-left: -.25rem
}

.about-3 .list li .intro {
	font-size: .4rem;
	line-height: .8rem;

	font-family: 'din-m';
}

.about-3 .list li .intro p {
	color: #fff;
}

.about-3 .list2 {
	position: absolute;
	z-index: 10;
	left: -1rem;
	right: -1rem;
	top: 5.96rem;
	bottom: auto;
	border-top: #fff dotted 1px;
	transform: rotate(-9deg);
	-webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
	transform-origin: center top;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform-origin: center top;
}

.about-3 .list2 .line {
	position: absolute;
	left: 0;
	top: -1px;
	width: 0;
	height: 1px;
	background: #c22c33;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}

.about-3 .list2 .list-wrapper {
	width: 13rem;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: -.1rem
}

.about-3 .list2 li {
	position: relative;
	transform: rotate(9deg);
	-webkit-transform: rotate(9deg);
	-moz-transform: rotate(9deg);
	z-index: 2;
	transform-origin: center top;
	-webkit-transform-origin: center top;
	z-index: 2;
	transform-origin: center top;
	-webkit-transform-origin: center top;
}

.about-3 .list2 li:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -.1rem;
	width: .2rem;
	height: .2rem;
	background: url("../images/img20_2.png") center no-repeat;
	background-size: 100%
}

.about-3 .list2 li div {
	font-size: .18rem;
	padding: .32rem 0 .2rem 0;
	position: relative;
}

.about-3 .list2 li div:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: .13rem;
	width: 1px;
	height: .14rem;
	background: rgba(255, 255, 255, .5)
}

.about-3 .list2 li.on:before,
.about-3 .list2 li.swiper-slide-active:before {
	background-image: url("../images/img20_2on.png")
}

.about-3 .list2 li.on:before div,
.about-3 .list2 li.swiper-slide-active:before div {
	color: #d80c18;
}

.about-3 .list2 li.on div:before,
.about-3 .list2 li.swiper-slide-active div:before {
	background: #cc0000;
}
.about-3 .list2 li.swiper-slide-active > div{
	display: none;
}

.about-3 .arrow a {
	display: block;
	width: .4rem;
	height: 1rem;
	background: rgba(0, 0, 0, .5) center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	z-index: 999;
	margin-top: -.5rem;
}

.about-3 .arrow a:hover {
	background-color: rgba(198, 21, 29, .5)
}

.about-3 .arrow a.prev {
	left: 50%;
	margin-left: -6.8rem;
	background-image: url("../images/prev40.png")
}

.about-3 .arrow a.next {
	right: 50%;
	margin-right: -6.8rem;
	background-image: url("../images/next40.png")
}



/*企业文化*/
.cultureitem {
	position: relative;
}

.cultureitem .con {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cultureitem .con .tit {
	position: relative;
}

.cultureitem .con .tit .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cultureitem .con .tit .txt p {
	line-height: 1em;
}

.cultureitem .con .tit .txt p.p1 {
	font-size: 50px;
	color: #1c6da9;
	font-family: 'sy-b';
}

.cultureitem .con .tit .txt p.p2 {
	font-size: 24px;
	color: #010000;
	font-family: 'sy-b';
	margin-top: 24px;
}

.cultureitem:nth-child(2n) .con .tit .txt p.p1,
.cultureitem:nth-child(2n) .con .tit .txt p.p2 {
	color: #fff;
}

.cultureitem .con .intro {
	margin-top: 30px;
}

.cultureitem .con .intro p {
	color: #666;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
}

.cultureitem:nth-child(2n) .con .intro p {
	color: #fff;
}

.cultureitem:last-child .con .intro p {
	text-align: left;
}

/*
业务板块
*/
.probanner {
	width: 100%;
}

.probanner li {
	position: relative;
}

.probanner li:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/sonabbg.png) no-repeat top center;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.probanner .img {
	padding-top: 41%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.probanner .txt {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 99;
}

.probanner .txt .txtbox {
	max-width: 560px;
	box-sizing: border-box;
	padding: 40px;
	background: rgba(0, 0, 0, 0.4);
}

.probanner .txt .txtbox h1 {
	color: #fff;
	font-family: sy-b;
	font-size: 30px;
	font-weight: normal;
}

.probanner .txt .txtbox .dec {
	margin: 5% 0 8% 0;
	display: flex;
	flex-wrap: wrap;
}

.probanner .txt .txtbox .dec a {
	background: #fff;
	color: #333;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;
}

.probanner .txt .txtbox .dec a:hover {
	color: #fff;
	background: #bc333e;
}

.probanner .txt .txtbox .p-more {
	color: #fff;
}

.probanner .txt .txtbox .p-more:before {
	background-image: url("../images/img36_4.png");
}

.probanner .txt .txtbox .p-more:hover:before {
	width: 54px;
	right: -20px;
	background-image: url("../images/img56.png");
}

.pronav {
	position: relative;
	margin-top: -10px;
	z-index: 99;
}

.pronav ul {
	display: flex;
	padding-top: 10px;
}

.pronav li {
	width: 25%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 160px;
	position: relative;
	color: #999;
	cursor: pointer;
}

.pronav li:before {
	content: '';
	border-bottom: 10px solid #bc333e;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -10px;
	display: none;
}

.pronav li.swiper-slide-thumb-active {
	background: #bc333e;
	color: #fff;
}

.pronav li.swiper-slide-thumb-active:before {
	display: block;
}

.pronav li .iconfont {
	display: block;
	font-size: 36px;
	line-height: 1em;
}

.pronav li span {
	font-size: 18px;
	line-height: 1em;
	margin-top: 10px;
	display: block;
}


/*产品列表*/

.proinner {
	background: #e9e9e9;
}

.proList {
	padding: 40px 0 80px;
}

.proList ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	justify-content: center;
}

.proList ul span {
	text-align: center;
	display: block;
	width: 100%;
}

.proList ul li {
	width: calc(100% / 4);
	padding: 0 10px;
	margin-top: 30px;
}

.proList ul li .item {
	transition: all 0.6s;
}

.proList ul li:hover .item {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}

.proList ul li .pic {
	background: #fff;
	overflow: hidden;
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #f3f3f3;
}



.proList ul li .pic img {
	display: block;
	width: 100%;
}

.proList ul li .title {
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
}

.proList ul li .title h2 {
	font-size: 16px;
	font-family: 'sy-n';
	color: #172029;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.proList ul li .title img {
	margin-top: 20px;
}

.proList .pronote{
	margin-top: 15px;
}

.pro-list.hidden {
	display: none;
}

.proList .more {
	display: block;
	width: 260px;
	margin: 50px auto 0;
	height: 55px;
	color: #172029;
	background: #0c439f;
	line-height: 55px;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	z-index: 0;
	transition: all 0.4s;
}

.proList .more:before,
.proList .more:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 0%;
	height: 50%;
	background: #172029;
	transition: all 0.4s;
}

.proList .more:before {
	left: 0;
	top: 0;
}

.proList .more:after {
	right: 0;
	bottom: 0;
}

.proList .more:hover {
	color: #0c439f;
}

.proList .more:hover:before,
.proList .more:hover:after {
	width: 100%;
}


/*产品详情*/

.proDes {
	padding: 70px 0;
}

.proDes .container {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.proDes .left {
	width: 50%;
	padding-left: 6%;
	order: 2;
}

.proDes .left .title {
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
}

.proDes .left .title h2 {
	font-size: 42px;
	color: #172029;
	font-family: 'sy-n';
}

.proDes .left .title h4 {
	font-size: 18px;
	color: #cc0000;
	margin-top: 6px;
}



.proDes .left .describe {
	padding: 24px 0;
}

.proDes .left .describe span {
	color: #172029;
	font-family: "rajdhani-s";
	margin-bottom: 10px;
	display: block;
	font-size: 20px;
}

.proDes .left .describe div {
	overflow: hidden;
	font-family: 'sy-n';
}

.proDes .left .conInfo {
	padding: 24px 0;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.proDes .left .conInfo p {
	color: #999999;
	padding: 2px 0;
}

.proDes .left .conInfo p a {
	color: #172029;
	transition: all 0.2s;
}

.proDes .left .conInfo p a:hover {
	color: #0c439f;
	text-decoration: underline;
}

.proDes .left .conBtn {
	display: flex;
	align-items: center;
}

.proDes .left .conBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #cc0000;
	width: calc((100% - 1px) / 2);
	line-height: 55px;
	cursor: pointer;
}

.proDes .left .conBtn a:nth-child(2) {
	display: none;
}

.proDes .left .conBtn a:nth-child(3) {
	margin-left: 1px;
}

.proDes .left .conBtn a i {
	margin-right: 10px;
	color: #fff;
}

.proDes .left .conBtn a span {
	color: #fff;
	transform: translateY(2px);
}

.proDes .left .conBtn a:hover {
	background: #172029;
}

.proDes .left .conBtn a:hover i,
.proDes .left .conBtn a:hover span {
	color: #fff;
}

.proDes .left .share a {
	font-size: 20px;
	line-height: 20px;
	margin-left: 2px;
}

.proDes .right {
	width: 50%;
	display: flex;
	justify-content: space-between;
	height: fit-content;
	position: relative;
	overflow: hidden;
}

.proDes .right .swiper-slide img {
	display: block;
	width: 100%;
}

.proDes .big_pic_container {
	position: relative;
	overflow: hidden;
	width: calc(100% - 100px);
	margin: 0;
}

.proDes .big_pic_container ul li {
	background: #f0f0f0;
	overflow: hidden;
}

.proDes .big_pic_container ul li img.imagezoom {
	display: block;
	width: 100%;
	mix-blend-mode: darken;
	height: 500px;
	object-fit: contain;
}

.proDes .small_pic_container {
	width: 90px;
	overflow: hidden;
	height: 500px;
	margin: 0;
	position: relative;
}

.proDes .small_pic_container ul {
	display: flex;
	flex-direction: column;
}

.proDes .small_pic_container .swiper-slide {
	width: 100% !important;
	height: auto !important;
	transition: all 0.3s;
	border: 2px solid #ccc;
	opacity: 0.6;
	cursor: pointer;
}

.proDes .small_pic_container .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #CC0000;
}

.proDes .right .swiper-button-prev,
.proDes .right .swiper-button-next {
	position: absolute;
	right: 0;
	width: 90px;
	z-index: 10;
	margin: 0;
	top: auto;
	bottom: auto;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.4s;
	opacity: 0;
	color: #fff;
}

.proDes .right .swiper-button-prev {
	top: -40px;
}

.proDes .right .swiper-button-next {
	bottom: -40px;
}

.proDes .right:hover .swiper-button-prev {
	top: 0;
	opacity: 1;
}

.proDes .right:hover .swiper-button-next {
	bottom: 0;
	opacity: 1;
}

.proDes .big_pic_container .swiper-pagination {
	width: auto;
	right: unset;
	left: unset;
	line-height: 1;
	display: none;
	bottom: 15px;
}

.proDes .big_pic_container .swiper-pagination span {
	margin: 0 10px;
	width: 10px;
	height: 10px;
	background: #172029;
}

.proDes .big_pic_container .swiper-pagination span.swiper-pagination-bullet-active {
	background: #cc0000;
}

.proDetails {
	padding: 60px 0;
	background: #F0F0F0;
}

.proDetails .detailsTitle {
	border-bottom: 1px solid #dbdbdb;
	display: flex;
}

.proDetails .detailsTitle h3 {
	font-size: 24px;
	font-family: "rajdhani-s";
	color: #172029;
	padding-bottom: 10px;
	position: relative;
}

.proDetails .detailsTitle h3:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #cc0000;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.proDetails .detailsContent {
	padding: 30px 0;
	font-size: 16px;
	line-height: 1.8em;
}

.proDetails .detailsContent p {
	color: #333;
	font-family: 'sy-n';
}

.proDetails .detailsContent table {
	border-collapse: collapse;
	width: 2000px;
	margin-bottom: 20px;
}

.proDetails .detailsContent .firstRow td {
	font-family: 'rajdhani-s';
	color: #172029;
	text-align: center !important;
	font-size: 16px;

}

.proDetails .detailsContent table td {
	text-align: center;
	white-space: nowrap;
	border: 1px solid #ddd;
	padding: 8px 10px 5px;
	font-size: 14px;
	background: #fff;
	color: #172029;
}

.proDetails .detailsContent table tr td:last-child {

	white-space: normal !important;
}


.proDetails .keyword {
	margin: 30px 0 50px;
}

.proDetails .keyword span {
	color: #172029;
}

.proDetails .backPro {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	background: #cc0000;
	line-height: 56px;
	margin: 40px auto 0px;
}

.proDetails .backPro i {
	color: #fff;
	font-size: 14px;
	margin-right: 8px;
}

.proDetails .backPro span {
	color: #fff;
	transform: translateY(1px);
	text-transform: uppercase;
}

.proDetails .backPro:hover i {
	margin-right: 16px;
}

.applicationlib {
	padding: 30px 0px;
}

.applicationlib ul {
	display: flex;
	flex-direction: column;
}

.applicationlib li {
	margin-bottom: 25px;
}

.applicationlib li .item {
	background: #fff;
	border-radius: 10px;
	transition: all 0.6s;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.applicationlib li:hover .item {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.applicationlib li .img {
	width: 300px;
	position: relative;
	border-right: 1px solid #eee;
}

.applicationlib li .desc {
	width: calc(100% - 300px);
	padding: 25px;
}

.applicationlib li .tit {
	color: #cc0000;
	font-size: 24px;
	line-height: 1em;
	font-family: 'sy-n';
}

.applicationlib li .intro {
	margin-top: 15px;
	font-size: 16px;
	color: #666;
	line-height: 1.8em;
	font-family: 'sy-n';
}

.applicationlib2 {
	padding-bottom: 50px !important;
}

.applicationlib2 ul {
	margin: 0px -5px;
}

.applicationlib2 li {
	padding: 0px 5px;
}

.applicationlib2 li .pic {
	background: #fff;
	padding: 5px;
}

.applicationlib2 .swiper-pagination {
	bottom: 0;
	width: 150px !important;
}

.applicationlib2 .swiper-pagination span {
	width: 10px;
	height: 10px;
	background: #999;
	margin: 0 10px;
	opacity: 0.8;
}

.applicationlib2 .swiper-pagination span.swiper-pagination-bullet-active {
	background: #cc0000;
	opacity: 1;
}

.proInquiry {
	padding: 55px 0 80px;
	position: relative;
	z-index: 0;
	background: url(../images/hotNewsBg.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}

.proInquiry .title {
	font-size: 42px;
	font-family: "oswald";
	margin-bottom: 30px;
}

.proInquiry .inquiry span {
	color: #fff;
}

.proInquiry .inquiry input,
.proInquiry .inquiry textarea {
	border: none;
	background: #fff;
}

.proInquiry .inquiry dl dd {
	width: calc(100% / 3);
}

.proInquiry .inquiry dl dt {
	width: 240px;
}


/*牛顿学校*/
.newton_banner {
	width: 100%;
	background: url("../images/v3.jpg") no-repeat center;
	background-size: cover;
}

.newton_banner video {
	width: 100%;
	object-fit: cover;
	margin-top: -30px;
	margin-bottom: -50px;
}

.newton {}

.newton .tit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}

.newton .tit .img img {
	height: 80px;
}

.newton .tit .txt {
	margin-left: 15px;
}

.newton .tit .txt p {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

.newton .tit .txt p.p1 {
	font-size: 32px;
	font-family: sy-b;
	color: #000;
}

.newton .tit .txt p.p2 {
	margin-top: 10px;
	color: #666;
	font-size: 20px;
	font-family: din;
}

.newton .profile {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.newton .profile .con {
	margin-top: 30px;
	font-size: 18px;
	line-height: 1.8em;
}

.newton .profile .txt {
	width: 55%;
}

.newton .profile .video {
	width: 30%;
	position: relative;
}

.newton .profile .video .btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}

.newton .profile .video .btn a {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.newton .profile .video .btn p {
	font-size: 18px;
	color: #fff;
	margin-top: 5px;
	font-family: sy-b;
}

.page-layer {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-layer.show {
	opacity: 1;
	visibility: visible
}

.page-layer .container {
	background: #fff;
	width: 12.5rem;
	min-height: 2rem;
	box-shadow: 0 0.14rem 0.46rem rgba(177, 177, 177, 0.39);
	position: relative;
	padding: 0px;
}

.page-layer .container div {
	display: flex;
}

.page-layer .container video {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.page-layer a.close {
	display: block;
	width: .8rem;
	height: .8rem;
	background: url("../images/close30.png") center no-repeat;
	background-size: .3rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}

.page-layer a.close:hover {
	transform: rotate(180deg)
}

.schoolculture {
	display: flex;
	margin-top: 40px;
}

.schoolculture .item {
	width: calc(100% / 3);
	position: relative;
}

.schoolculture .item .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	z-index: 99;
}

.schoolculture .item .text h2 {
	color: #fff;
	font-size: 28px;
	font-family: sy-b;
}

.schoolculture .item .text p {
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.6em;
	color: #fff;
	font-family: sy-n;
}

.schoolculture .item .img {
	width: 100%;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
}

.schoolculture .item .img:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, .4);
	transition: all .5s;
}

.schoolculture .item:hover .img:before {}

.schoolculture .item .img img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	transition: all 0.6s;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.schoolculture .item:hover .img img {
	transform: scale(1.1, 1.1);
}

.mission {
	margin-top: 50px;
	padding: 50px 0px;
	background: #f5f5f5;
}

.mission .con {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.mission .con .txt {
	width: 55%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	color: #333;
	font-family: sy-n;
}

.mission .con .img {
	width: 40%;
}

.values {
	margin-top: 50px;
}

.values .con {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.values .con .txt p {
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-top: 20px;
	color: #333;
}

.values .con .txt span {
	display: inline-block;
	background: #cc0000;
	color: #fff;
	border-radius: 15px;
	height: 32px;
	line-height: 32px;
	width: 150px;
	text-align: center;
	margin-right: 20px;
}

.partners {
	padding: 50px 0px;
}

.partners .lib {
	margin-top: 50px;
	padding-bottom: 50px !important;
}

.partners .lib ul {
	margin: 0px -10px;
}

.partners .lib li {
	padding: 0px 10px;
}

.partners .lib li img {
	padding: 5px;
	background: #f5f5f5;
}

.partners .lib .swiper-pagination {
	bottom: 0;
	width: 150px !important;
}

.partners .lib .swiper-pagination span {
	width: 10px;
	height: 10px;
	background: #999;
	margin: 0 10px;
	opacity: 0.8;
}

.partners .lib .swiper-pagination span.swiper-pagination-bullet-active {
	background: #cc0000;
	opacity: 1;
}

.jiaoyu {}

.jiaoyu .tit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}

.jiaoyu .tit .img img {
	height: 80px;
}

.jiaoyu .tit .txt {
	margin-left: 15px;
}

.jiaoyu .tit .txt p {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

.jiaoyu .tit .txt p.p1 {
	font-size: 32px;
	font-family: sy-b;
	color: #000;
}

.jiaoyu .tit .txt p.p2 {
	margin-top: 10px;
	color: #666;
	font-size: 20px;
	font-family: din;
}

.jiaoyu .profile {
	margin-top: 50px;
}

.jiaoyu .profile .intro {
	margin-top: 50px;
	font-size: 18px;
	line-height: 1.8em;
}

.jiaoyu .imglib {
	margin-top: 50px;
}

.jiaoyu .imglib ul {
	display: flex;
	justify-content: space-around;
}

.jiaoyu .imglib li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.jiaoyu .imglib .img {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
}

.jiaoyu .imglib .img:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .3);
	transition: all .5s;
}

.jiaoyu .imglib .img i {
	color: #fff;
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%) translateY(-50%);
}

.jiaoyu .imglib .img img {
	transition: all .5s;
}

.jiaoyu .imglib li:hover .img:before {
	background: rgba(0, 0, 0, 0);
}

.jiaoyu .imglib li:hover .img img {
	transform: scale(1.1, 1.1);
}

.jiaoyu .imglib .txt {
	margin-top: 15px;
	font-size: 18px;
	color: #2ea7e0;
	font-family: sy-b;
}

.jiaoyu .txtlib {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;

}

.jiaoyu .txtlib .img {
	width: 45%;
}

.jiaoyu .txtlib ul {
	width: 50%;
}

.jiaoyu .txtlib li {
	font-size: 20px;
	margin-bottom: 15px;
}

.jiaoyu .txtlib li span {
	color: #cc0000;
}

.culture {
	background: url("../images/haboutbm.jpg") no-repeat bottom center;
	background-size: cover;
	height: 700px;
	margin-top: 50px;
}

.culture ul {
	display: flex;
	height: 100%;
}

.culture li {
	width: calc(100% / 3);
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 0px 20px;
}

.culture li h2 {
	font-size: 32px;
	color: #fff;
	font-family: 'sy-b';

}

.culture li p {
	font-size: 15px;
	margin-top: 10px;
	color: #fff;
	font-family: 'sy-n';
	line-height: 1.8em;
	height: 5.4em;
}

.culture li img {
	margin-top: 150px;
}

.culture li:before,
.culture li:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
}

.culture li:before {
	background: #000;
	opacity: 0.1;
}

.culture li:nth-child(odd):before {
	opacity: 0;
}

.culture li:hover:before {
	opacity: .5;
}

.jiaoyu .history {
	margin-top: 50px;
	background: url("../images/jiaoyu-history.jpg") no-repeat center;
	background-size: cover;
	padding: 50px 0px;
}

.jiaoyu .history .list {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.jiaoyu .history .list:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	height: 1px;
	background: #c22c33
}

.jiaoyu .history .list .arrow a {
	display: block;
	width: .48rem;
	height: .48rem;
	border-radius: 50%;
	position: absolute;
	z-index: 10;
	left: auto;
	right: auto;
	top: 50%;
	bottom: auto;
	margin-top: -0.24rem;
	background: #c22c33 center no-repeat;
	background-size: 100%;
}

.jiaoyu .history .list .arrow a.prev {
	left: 0;
	background-image: url(../images/prev48.png)
}

.jiaoyu .history .list .arrow a.next {
	right: 0;
	background-image: url(../images/next48.png)
}

.jiaoyu .history .list-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: url(../images/img191.png) center no-repeat;
	background-size: 1.91rem
}

.jiaoyu .history .list-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 2.2rem;
	height: 2.2rem;
	background: url(../images/img220.png) center no-repeat;
	background-size: 100%;
	margin-left: -1.1rem;
	animation: rotate-anim 2s infinite linear;
	-webkit-animation: rotate-anim 2s infinite linear
}

.jiaoyu .history .list-wrapper li {
	height: 2.2rem;
	position: relative;
	background: url(../images/img24.png) center no-repeat;
	background-size: .24rem
}

.jiaoyu .history .list-wrapper li .time {
	font-size: .16rem;
	color: #fff;
	width: 1.16rem;
	height: .3rem;
	line-height: .3rem;
	background: #c22c33;
	position: absolute;
	z-index: 10;
	left: 50%;
	right: auto;
	top: 1.5rem;
	bottom: auto;
	margin-top: 0;
	transform: translateX(-50%);
	transition: all .5s;
}

.jiaoyu .history .list-wrapper li .time span {
	font-family: din-m;
}

.jiaoyu .history .list-wrapper li:nth-child(even) .time {
	top: .43rem
}

.jiaoyu .history .list-wrapper li.swiper-slide-active {
	background-size: 0;
}

.jiaoyu .history .list-wrapper li.swiper-slide-active .time {
	background: rgba(0, 0, 0, 0);
	color: #c33037;
	font-size: .22rem;
	line-height: .3rem;
	top: 50%;
	left: 50%;
	font-weight: bold;
	width: 1.2rem;
	transform: translateX(-50%) translateY(-50%);
}

.jiaoyu .history .list-wrapper li.swiper-slide-active .time span {
	display: block
}

.jiaoyu .history .list-2 {
	padding: .45rem 0;
	color: #666
}

.jiaoyu .history .list-2 li {
	display: none;
	text-align: center;
	transition: all .5s;
}

.jiaoyu .history .list-2 li:first-child {
	display: list-item;
}

.jiaoyu .history .list-2 li .txt {
	text-align: center;
	font-size: 18px;
	font-family: sy-b;
	margin-top: 15px;
}

.jiaoyu .history .list-2 li .img {
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
}

.jiaoyu .history .list-2 li .img img {
	height: auto;
	margin: 10px;
	background: rgba(204, 0, 0, .1);
	padding: 5px;
	height: 300px;
}

@keyframes rotate-anim {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate-anim {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotate-anim2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@-webkit-keyframes rotate-anim2 {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(-360deg)
	}
}


.jiaoyu .kc-lib {
	margin-top: 50px;
	margin-bottom: 50px;
}

.jiaoyu .kc-lib ul {
	display: flex;
	justify-content: space-around;
}

.jiaoyu .kc-lib li {
	background: #f5f5f5;
	padding: 15px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jiaoyu .kc-lib li i {
	background: #cc0000;
	font-size: 32px;
	color: #fff;
	line-height: 1em;
	padding: 20px;
	border-radius: 50%;
	margin-right: 15px;
}

.jiaoyu .kc-lib li p {
	line-height: 1em;
}

.jiaoyu .kc-lib li p.p1 {
	font-size: 18px;
	font-family: sy-b;
	color: #333;
}

.jiaoyu .kc-lib li p.p2 {
	color: #666;
	font-family: din;
	margin-top: 10px;
	font-size: 14px;
}


/*新闻列表*/

.newsBox {
	padding: 40px 0 70px;
}

.news-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 -30px;
}

.news-list ul li {
	padding: 20px;
	width: calc(100% / 3);
}

.news-list ul li a {
	display: block;
	height: 100%;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	transition: all .5s;
}

.news-list ul li a:hover {
	transform: scale(1.05, 1.05);
}

.news-list ul li a .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 65%;
}

.news-list ul li a .pic img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	transition: all 0.6s;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.news-list ul li a .content {
	padding: 30px;
	background: #fff;
	transition: all 0.4s;
}

.news-list ul li a .content h3 {
	font-size: 18px;
	color: #1a1a1a;
	font-family: sy-n;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-list ul li a .content p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin: 20px 0 30px 0;
	color: #999;
	font-size: 14px;
	line-height: 25px;
}

.news-list ul li a .content p.date {
	margin: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-list ul li a .content p.date span {
	font-family: din-m;
	font-size: 18px;
}

.news-list ul li a .content p.date i {
	background: url("../images/jt.png") no-repeat;
	width: 16px;
	height: 6px;
	transition: all .5s;
	display: block;
}

.news-list ul li:hover a .content h3 {
	color: #cc0000;
}

.news-list ul li:hover a .content p.date i {
	background: url("../images/jt2.png") no-repeat;
	transform: translateX(-20px);
}

/*新闻详情*/

.newsDetails {
	padding: 60px 0 70px;
}

.news-xq .xq-title {
	font-size: 28px;
	font-family: "sy-b";
	color: #000;
	margin-bottom: 20px;
}

.news-xq .xq-data {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 20px;
}

.news-xq .xq-data li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
}

.news-xq .content {
	border-top: 1px solid #dbdbdb;
	padding-top: 20px;
}

.news-xq .content p {
	padding: 5px 0;
}

.news-xq .content img {
	max-width: 100%;
	width: 80%;
	margin: 0 auto;
}

.news-xq .xq-key {
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.news-xq .xq-key span {
	padding-right: 4px;
	color: #0c439f;
	font-family: "Roboto-m";
}

.hot-news {
	padding: 65px 0 70px;
	border-top: 10px solid #f5f5f5;
}

.hotNews {
	margin: 40px -15px 0;
	padding-bottom: 50px !important;
}

.hot-news .title h3 {
	font-size: 36px;
	color: #000;
	font-family: 'hg';
	text-transform: capitalize;
	line-height: 1;
}

.hotNews ul li {
	padding: 0 15px;
}

.hotNews ul li a {
	display: block;
	height: 100%;
	background: #fff;
}

.hotNews ul li a .pic {
	width: 100%;
	overflow: hidden;
}

.hotNews ul li a .pic img {
	object-fit: cover;
	width: 100%;
	height: 260px;
	transition: all 0.6s;
}

.hotNews ul li a .content {
	padding: 20px;
	background: #f5f5f5;
	transition: all 0.4s;
}

.hotNews ul li a .content h3 {
	font-size: 17px;
	color: #1a1a1a;
	font-family: roboto-m;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hotNews ul li a .content p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin: 10px 0 16px;
}

.hotNews ul li a .details {
	color: #666;
	margin-top: 15px;
	transition: all 0.4s;
}

.hotNews ul li a .details i {
	font-size: 14px;
	color: #cc0000;
	margin-right: 10px;
	transform: translateY(-1px);
}

.hotNews ul li:hover a {
	background: #0c439f;
	border-color: #0c439f;
}

.hotNews ul li:hover a .pic img {
	transform: scale(1.1);
}

.hotNews ul li:hover a .content {
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.hotNews ul li:hover a .content h3 {
	color: #cc0000;
}

.hotNews .swiper-pagination {
	bottom: 0;
	width: 150px !important;
}

.hotNews .swiper-pagination span {
	width: 10px;
	height: 10px;
	background: #999;
	margin: 0 10px;
	opacity: 0.8;
}

.hotNews .swiper-pagination span.swiper-pagination-bullet-active {
	background: #cc0000;
	opacity: 1;
}

/*加入我们*/
.inner-main {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 11.5% 0;
}

.nTit {
	text-align: center;
	margin-bottom: 50px;
}

.nTit h1 {
	font-size: 42px;
	font-family: syrh;
	font-weight: normal;
	color: #fff;
}

.nTit b {
	display: block;
	width: 15px;
	height: 2px;
	background: #da251d;
	margin: 10px auto 0;
}

.JoinKweBox {
	margin-left: -1%;
	max-width: 700px;
	display: flex;
	flex-wrap: wrap
}

.JoinKweBox .item {
	width: 49%;
	margin-left: 1%;
	background: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	padding: 45px 40px 45px 85px;
	height: 180px;
	transition: all .5s;
	-webkit-transition: all .5s;
	margin-bottom: 10px;
}

.JoinKweBox .item .tit {
	position: relative;
	font-size: 20px;
	font-family: syrh;
	background: url(../images/jt2.png) no-repeat center right;
}

.JoinKweBox .item .tit .ico {
	position: absolute;
	left: -52px;
	top: -5px;
}

.JoinKweBox .item .tit .ico .img2 {
	display: none;
}

.JoinKweBox .item .dec {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	margin-top: 10px;
}

.JoinKweBox .item .tel {
	position: relative;
	font-size: 30px;
	font-family: din;
	color: #da251d;
	margin-bottom: 10px;
}

.JoinKweBox .item .tel img {
	position: absolute;
	left: -50px;
	top: 10px;
}

.JoinKweBox .item:nth-child(3) {
	padding-right: 20px;
	padding-top: 35px;
}

.JoinKweBox .item:nth-child(3) p {
	line-height: 30px;
	font-family: syrh;
}

.JoinKweBox .item:hover {
	background: rgba(215, 11, 29, 0.9);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.JoinKweBox .item:hover .tit .ico .img1 {
	display: none;
}

.JoinKweBox .item:hover .tit .ico .img2 {
	display: inline-block;
}

.JoinKweBox .item:hover .tit {
	color: #fff;
}

.JoinKweBox .item:hover .tit .ico .img1 {
	display: none;
}

.JoinKweBox .item:hover .dec {
	color: #fff;
}

.JoinKweBox .item:nth-child(3):hover {
	background: rgba(255, 255, 255, 0.9);
}

/* 人才发展 */
.Rencaifz .RencaifzBox .Part1 {}

.Rencaifz .RencaifzBox .Part1 .item {
	background: #fff;
	display: flex
}

.Rencaifz .RencaifzBox .Part1 .item .img {
	width: 50%;
	padding-top: 400px;
	position: relative;
	order: 2
}

.Rencaifz .RencaifzBox .Part1 .item .txt {
	width: 50%;
	box-sizing: border-box;
	order: 1;
	height: 400px;
	padding: 30px 20px 30px 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.Rencaifz .RencaifzBox .Part1 .item .txt h1 {
	font-size: 24px;
	font-family: sy-b;
	margin: 10px 0px;
	color: #333
}

.Rencaifz .RencaifzBox .Part1 .item .txt p {
	line-height: 25px;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.Rencaifz .RencaifzBox .Part1 .item .imgbox span {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.Rencaifz .RencaifzBox .Part1 .item:nth-child(2n) .img {
	order: 1
}

.Rencaifz .RencaifzBox .Part1 .item:nth-child(2n) .txt {
	order: 2
}


.Rencaifz .RencaifzBox .Part2 {
	margin-top: 60px;
}

.Rencaifz .RencaifzBox .Part2 .tit {
	font-size: 24px;
	font-family: syrh;
	font-weight: bold;
	color: #fff;
}

.Rencaifz .RencaifzBox .Part2 .PartBox {
	margin-top: 70px;
	margin-left: -3%;
	display: flex
}

.Rencaifz .RencaifzBox .Part2 .PartBox .item {
	width: 30.33%;
	margin-left: 3%;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 0 50px 50px;
	max-height: 245px;
}

.Rencaifz .RencaifzBox .Part2 .PartBox .item .num {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background: url(../images/rcico1.png) no-repeat center center;
	font-size: 22px;
	font-family: DINB;
	color: #fff;
	line-height: 90px;
	margin-top: -45px;
}

.Rencaifz .RencaifzBox .Part2 .PartBox .item h1 {
	font-size: 20px;
	font-weight: normal;
	font-family: syrh;
	margin: 50px 0 20px 0;
}

.Rencaifz .RencaifzBox .Part2 .PartBox .item .dec {
	color: #999;
	line-height: 25px;
}


.Rencaifz .RencaifzBox .Part2 .PartBox .item:nth-child(2) .num {
	background: url(../images/rcico2.png) no-repeat center center;
}

.Rencaifz .RencaifzBox .Part2 .PartBox .item:nth-child(3) .num {
	background: url(../images/rcico3.png) no-repeat center center;
}


@media(max-width:1024px) {
	.Rencaifz .RencaifzBox .Part1 .item .txt {
		padding: 20px;
	}

	.Rencaifz .RencaifzBox .Part1 .item .txt h1 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.Rencaifz .RencaifzBox .Part2 .PartBox .item {
		padding: 0 20px 20px 20px;
	}

	.Rencaifz .RencaifzBox .Part2 .PartBox .item .dec {
		height: 75px;
	}
}

@media(max-width:768px) {
	.Rencaifz .RencaifzBox .Part2 .PartBox .item h1 {
		margin-top: 30px;
	}

	.Rencaifz .RencaifzBox .Part2 .PartBox .item .dec {
		height: 125px;
	}
}

@media(max-width:640px) {
	.Rencaifz .RencaifzBox .Part1 .item {
		margin-bottom: 10px;
		flex-wrap: wrap
	}

	.Rencaifz .RencaifzBox .Part1 .item .img {
		width: 100%;
		padding-top: 60%;
		order: 1
	}

	.Rencaifz .RencaifzBox .Part1 .item .txt {
		width: 100%;
		height: auto;
		order: 2
	}

	.Rencaifz .RencaifzBox .Part1 .item .txt h1 {
		font-size: 16px;
	}

	.Rencaifz .RencaifzBox .Part2 {
		margin-top: 30px;
	}

	.Rencaifz .RencaifzBox .Part2 .PartBox {
		flex-wrap: wrap
	}

	.Rencaifz .RencaifzBox .Part2 .PartBox .item {
		width: 97%;
		margin-bottom: 50px;
	}

	.Rencaifz .RencaifzBox .Part2 .PartBox .item .num {
		background-size: 60px;
	}

	.Rencaifz .RencaifzBox .Part2 .PartBox .item:nth-child(2) .num {
		background-size: 60px;
	}

	.Rencaifz .RencaifzBox .Part2 .PartBox .item:nth-child(3) .num {
		background-size: 60px;
	}

	.Rencaifz .RencaifzBox .Part2 .PartBox .item .dec {
		height: auto;
	}

	.Rencaifz .RencaifzBox .Part2 .PartBox .item h1 {
		margin-top: 10px;
	}

	.Rencaifz .RencaifzBox .Part2 .tit {
		font-size: 20px;
	}
}



@media(max-width:1366px) {
	.JoinKweBox .item {
		padding-top: 35px;
		padding-bottom: 25px;
		padding-right: 25px;
	}

	.JoinKweBox .item .tel {
		font-size: 22px;
	}

	.JoinKweBox .item .tel img {
		top: 5px;
	}
}


@media(max-width:1024px) {
	.JoinKweBox .item {
		width: 49%;
		margin-bottom: 10px;
	}
}

@media(max-width:640px) {
	.JoinKwe {
		padding: 100px 0 50px 0;
	}

	.JoinKweBox .item {
		width: 99%;
		padding-left: 55px;
		height: auto;
	}

	.JoinKweBox .item .tit .ico img {
		max-width: 25px;
	}

	.JoinKweBox .item .tit .ico {
		left: -35px;
		top: -2px;
	}

	.JoinKweBox .item .tit {
		font-size: 18px;
	}
}

/*文化氛围*/
.culTit .en {
	font-size: 24px;
	font-family: din;
	color: #fff;
	opacity: 0.2;
	text-transform: uppercase
}

.culTit h1 {
	font-size: 26px;
	font-family: sy-b;
	font-weight: normal;
	color: #fff;
}

.culTit h1 b {
	display: inline-block;
	width: 10px;
	height: 2px;
	background: #da251d;
	position: relative;
	margin-left: 10px;
	top: -10px;
}

.Culfenw .imglib {
	margin-top: 50px;
}

.Culfenw .imglib ul {
	margin: 0px -10px;
}

.Culfenw .imglib li {
	padding: 0px 10px;
	cursor: pointer;
}

.Culfenw .imglib li .pic {
	width: 100%;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
}

.Culfenw .imglib li .pic img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	transition: all 0.6s;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.Culfenw .imglib li .txt {
	padding: 15px;
	background: #fff;
	font-size: 18px;
	color: #333;
	text-align: center;
}

.Culfenw .imglib li:hover .pic img {
	transform: scale(1.05, 1.05);
}

.Culfenw .imglib li:hover .txt {
	color: #cc0000;
}
.Culfenw .cullib {
	position: relative;
}
.Culfenw .cullib .swiper-button-next,.Culfenw .cullib .swiper-button-prev{
	display: block;
	margin: 0;
	color: #cdcdcd;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
	left: auto;
	right: auto;
	font-size: 40px;
	transition: all 0.4s;
}
.Culfenw .cullib .swiper-button-prev{
	left: -80px;
}
.Culfenw .cullib .swiper-button-next{
	right: -80px;
}
.Culfenw .cullib .swiper-button-next:hover,.Culfenw .cullib .swiper-button-prev:hover{
	color: #d70c19;
}

.Culfenw .container{
	position: relative;
	padding-bottom: 50px !important;
}

.Culfenw .swiper-pagination {
	bottom: 0;
	width: 150px !important;
}

.Culfenw .swiper-pagination span {
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 10px;
	opacity: 0.8;
}

.Culfenw .swiper-pagination span.swiper-pagination-bullet-active {
	background: #cc0000;
	opacity: 1;
}

.Recruit .RecruitBox {
	background: #fff;
	padding: 40px 50px;
}

.Recruit .RecruitBox .RecruitCon {
	margin-bottom: 60px;
}

.Recruit .RecruitBox .RecruitCon .item {
	border-bottom: 1px solid #eeeeee;
}

.Recruit .RecruitBox .RecruitCon .item ul {
	display: flex;
}

.Recruit .RecruitBox .RecruitCon .item ul li {
	height: 120px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #333
}

.Recruit .RecruitBox .RecruitCon .item ul li.li1 {
	width: 20%;
	font-size: 18px;
	font-family: sy-n;
}

.Recruit .RecruitBox .RecruitCon .item ul li.li2 {
	width: 27%;
	text-align: center;
}

.Recruit .RecruitBox .RecruitCon .item ul li.li3 {
	width: 20%;
	text-align: center;
}

.Recruit .RecruitBox .RecruitCon .item ul li.li4 {
	width: 20%;
	text-align: center;
}

.Recruit .RecruitBox .RecruitCon .item ul li.li5 {
	width: 13%;
}

.Recruit .RecruitBox .RecruitCon .item ul li span {
	font-size: 14px;
	color: #999;
}

.Recruit .RecruitBox .RecruitCon .item ul li p {
	margin-top: 8px;
	color: #333
}

.Recruit .RecruitBox .RecruitCon .item ul li.li5 a {
	display: flex;
	justify-content: center;
	color: #333;
	align-items: center;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #eeeeee;
}

.Recruit .RecruitBox .RecruitCon .item ul li.li5 a .img2 {
	display: none;
}

.Recruit .RecruitBox .RecruitCon .item ul li.li5 a .ico {
	display: inline-block;
	margin-right: 5px;
}

.Recruit .RecruitBox .RecruitCon .item ul li.li5 a:hover {
	background: rgba(215, 11, 29, 0.9);
	color: #fff;
}

.Recruit .RecruitBox .RecruitCon .item ul li.li5 a:hover .img1 {
	display: none;
}

.Recruit .RecruitBox .RecruitCon .item ul li.li5 a:hover .img2 {
	display: list-item;
}


@media(max-width:1024px) {
	.Recruit .RecruitBox .RecruitCon .item ul li.li1 {
		font-size: 16px;
	}

	.Recruit .RecruitBox .RecruitCon .item ul li p {
		font-size: 14px;
	}

	.Recruit .RecruitBox .RecruitSelect button {
		width: 100px;
	}
}

@media(max-width:640px) {
	.Recruit .RecruitNav {
		margin-bottom: 20px;
	}

	.Recruit .RecruitNav ul li {
		height: 35px;
		line-height: 35px;
		list-style: none;
	}

	.Recruit .RecruitNav ul li a {
		font-size: 16px;
	}

	.Recruit .RecruitBox {
		padding: 20px;
	}

	.Recruit .RecruitBox .RecruitSelect select {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		height: 35px;
		line-height: 35px;
	}

	.Recruit .RecruitBox .RecruitSelect button {
		height: 35px;
		line-height: 35px;
	}

	.Recruit .RecruitBox .RecruitCon .item ul li.li1 {
		width: 40%;
	}

	.Recruit .RecruitBox .RecruitCon .item ul li.li2 {
		display: none;
	}

	.Recruit .RecruitBox .RecruitCon .item ul li.li3 {
		display: none;
	}

	.Recruit .RecruitBox .RecruitCon .item ul li.li4 {
		width: 30%;
	}

	.Recruit .RecruitBox .RecruitCon .item ul li.li5 {
		width: 30%;
	}

	.Recruit .RecruitBox .RecruitCon .item ul li.li5 a {
		width: 100%;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.Recruit .RecruitBox .RecruitCon .item ul li.li5 a .ico img {
		width: 15px;
	}

	.Recruit .RecruitBox .RecruitCon .item ul li {
		height: 80px;
		list-style: none;
	}

	.Recruit .RecruitBox .RecruitCon .item ul li.li1 {
		font-size: 14px;
	}

	.Recruit .RecruitBox .RecruitCon .item ul li span {
		font-size: 12px;
	}

	.Recruit .RecruitBox .RecruitCon .item ul li p {
		font-size: 13px;
		margin-top: 0;
	}
}

/* 招聘详情 */
.RecruitInfo {
	padding: 80px;
	background: #fff;
	position: relative;
}

.RecruitInfo .RecruitInfoBox {
	width: 65%;
}

.RecruitInfo .RecruitInfoForm {
	width: 29%;
}

.RecruitInfo .ReInfo {
	position: relative;
	display: flex;
	justify-content: space-between
}

.RecruitInfo .goback {
	position: absolute;
	top: 0;
	right: 0;
}

.RecruitInfo .goback a {
	color: #999;
}

.RecruitInfo .goback a img {
	position: relative;
	margin-left: 5px;
	top: -2px;
}

.RecruitInfo .RecruitInfoBox .RecruitInfoTit {
	margin-bottom: 40px;
}

.RecruitInfo .RecruitInfoBox .RecruitInfoTit h1 {
	font-size: 30px;
	font-weight: normal;
	font-family: sy-b;
	color: #333;
	margin-bottom: 20px;
}

.RecruitInfo .RecruitInfoBox .RecruitInfoTit ul {
	display: flex;
}

.RecruitInfo .RecruitInfoBox .RecruitInfoTit ul li {
	list-style: none;
	display: flex;
	align-items: center;
	margin-right: 30px;
	color: #999;
	margin-bottom: 8px;
}

.RecruitInfo .RecruitInfoBox .RecruitInfoTit ul li img {
	position: relative;
	margin-right: 5px;
	top: -2px;
}

.RecruitInfo .RecruitInfoBox .RecruitInfoTit ul li span {
	color: #333;
}

.RecruitInfo .RecruitInfoBox .RecruitInfoCon .Con {
	margin-bottom: 50px;
}

.RecruitInfo .RecruitInfoBox .RecruitInfoCon .Con:nth-child(2) {
	margin-bottom: 0;
}

.RecruitInfo .RecruitInfoBox .RecruitInfoCon h1 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	font-family: syrh;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.RecruitInfo .RecruitInfoBox .RecruitInfoCon .dec {
	font-size: 14px;
	line-height: 36px;
	color: #999;
}

.RecruitInfo .RecruitInfoForm {
	padding-top: 50px;
}

.RecruitInfo .RecruitInfoForm .FormBox {
	padding: 40px;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.RecruitInfo .RecruitInfoForm .FormBox h1 {
	font-size: 24px;
	font-weight: normal;
	font-family: syrh;
	margin-bottom: 30px;
	text-align: center;
}

.RecruitInfo .RecruitInfoForm .FormBox .InputBox {
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	height: 38px;
	line-height: 38px;
}

.RecruitInfo .RecruitInfoForm .FormBox .InputBox input {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}

.RecruitInfo .RecruitInfoForm .FormBox .fileInput {
	background: url(../images/uploadfile.png) no-repeat center right 10px #f3f3f3;
	position: relative;
}

.RecruitInfo .RecruitInfoForm .FormBox .fileInput input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

.RecruitInfo .RecruitInfoForm .FormBox .fileInput span {
	font-size: 14px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
}

.RecruitInfo .RecruitInfoForm .FormBox .FormBtn {
	margin-top: 30px;
}

.RecruitInfo .RecruitInfoForm .FormBox .FormBtn button {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #da251d;
	color: #fff;
}

@media(max-width:1024px) {
	.RecruitInfo {
		padding: 40px;
	}

	.RecruitInfo .RecruitInfoBox .RecruitInfoTit h1 {
		font-size: 22px;
	}

	.RecruitInfo .RecruitInfoBox .RecruitInfoTit ul li {
		list-style: none;
		font-size: 14px;
	}

	.RecruitInfo .RecruitInfoForm .FormBox {
		padding: 20px;
	}

	.RecruitInfo .RecruitInfoForm .FormBox h1 {
		font-size: 20px;
	}
}


@media(max-width:768px) {
	.RecruitInfo .ReInfo {
		flex-wrap: wrap;
	}

	.RecruitInfo .RecruitInfoBox {
		width: 100%;
		padding-top: 40px;
	}

	.RecruitInfo .RecruitInfoForm {
		width: 100%;
	}
}

@media(max-width:640px) {
	.RecruitInfo {
		padding: 20px;
	}

	.RecruitInfo .RecruitInfoBox {
		padding-top: 30px;
	}

	.RecruitInfo .RecruitInfoBox .RecruitInfoTit {
		margin-bottom: 20px;
	}

	.RecruitInfo .RecruitInfoBox .RecruitInfoTit h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.RecruitInfo .RecruitInfoBox .RecruitInfoTit ul {
		flex-wrap: wrap;
	}

	.RecruitInfo .RecruitInfoBox .RecruitInfoTit ul li {
		list-style: none;
		line-height: 30px;
		width: 100%
	}

	.RecruitInfo .RecruitInfoBox .RecruitInfoCon h1 {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.RecruitInfo .RecruitInfoBox .RecruitInfoCon .dec {
		line-height: 30px;
	}

	.RecruitInfo .RecruitInfoBox .RecruitInfoCon .Con {
		margin-bottom: 30px;
	}
}



/* 业务与合作 */
.Yewu {
	background-color: #eeeeee;
	background-size: 100%;
	background-position: top center;
}

.Yewu .Part1 {
	background: rgba(255, 255, 255, 0.95);
	padding: 60px;
	position: relative;
}

.Yewu .Part1 .txt {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.Yewu .Part1 .txt .item {
	margin-bottom: 60px;
	width: 50%;
}

.Yewu .Part1 .txt .item:last-child {
	margin-bottom: 0;
}

.Yewu .Part1 .txt .item .tit {
	font-size: 24px;
	font-weight: normal;
	font-family: syrh;
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}

.Yewu .Part1 .txt .item .tit:first-child {
	margin-bottom: 17px;
}

.Yewu .Part1 .txt .item .ewm {
	width: 150px;
	border: 1px solid #DDD;
	margin-bottom: 10px;
}

.Yewu .Part1 .txt .item .tel {
	font-family: din-m;
	color: #e60012;
	font-size: 24px;
	margin-bottom: 20px;
}

.Yewu .Part1 .txt .item .tel img {
	display: inline-block;
	margin-right: 10px;
}

.Yewu .Part1 .txt .item .txtbox {
	font-family: syrh;
	color: #808080;
	font-size: 15px;
	line-height: 30px;
}

.Yewu .Part1 .mapBtn {
	width: 215px;
	height: 68px;
	line-height: 68px;
	background: #e60012;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

.Yewu .Part1 .mapBtn a {
	color: #fff;
}

.Yewu .Part1 .MapBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.Yewu .Part1 .MapBox .map {
	position: absolute;
	max-width: 700px;
	height: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 80%;
	border: 30px solid #fff;
	border-radius: 10px;
}

.Yewu .Part1 .MapBox .map .close {
	position: absolute;
	right: -20px;
	top: -27px;
}

.Yewu .Part1 .MapBox .map .close img {
	height: 15px;
}

.Yewu .Part1 .MapBox .map #map {
	height: 100%;
	width: 100%;
}

.Yewu .Part2 {
	margin-top: 10px;
	background: #fff;
	padding: 60px;
	height: 500px;
}

.Yewu .Part2 .tit {
	font-size: 24px;
	font-weight: normal;
	font-family: syrh;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 30px;
}

.Yewu .Part2 .PartBox {
	margin-left: -2%;
}

.Yewu .Part2 .PartBox .item {
	width: 31.33%;
	float: left;
	margin-left: 2%;
	height: 85px;
	margin-bottom: 50px;
}

.Yewu .Part2 .PartBox .item h1 {
	font-size: 20px;
	font-family: syrh;
	margin-bottom: 5px;
}

.Yewu .Part2 .PartBox .item h1 i {
	display: inline-block;
	width: 10px;
	height: 2px;
	background: #e60012;
	position: relative;
	top: -5px;
}

.Yewu .Part2 .PartBox .item p {
	font-size: 14px;
	font-family: syrh;
	color: #808080;
	line-height: 24px;
}

@media(max-width:1024px) {
	.Yewu .Part1 {
		padding: 30px;
	}

	.Yewu .Part1 .txt .item .tit {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.Yewu .Part1 .txt .item {
		margin-bottom: 15px;
	}

	.Yewu .Part2 {
		padding: 30px;
	}

	.Yewu .Part1 .mapBtn {
		position: static;
		width: 120px;
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
	}
}

@media(max-width:768px) {
	.Yewu .Part1 .txt {
		width: 100%;
	}

	.Yewu .Part1 .map {
		width: 100%;
		margin-top: 20px;
	}

	.Yewu .Part2 .PartBox .item {
		width: 48%;
	}

	.Yewu .Part1 .txt .item {
		width: 100%;
	}

	.Yewu .Part1 .MapBox .map {
		border: 20px solid #fff;
	}

	.Yewu .Part1 .MapBox .map .close {
		top: -18px;
		right: -10px;
	}

}

@media(max-width:480px) {
	.Yewu .Part1 {
		padding: 20px;
	}

	.Yewu .Part1 .txt .item .tel {
		font-size: 20px;
		margin-bottom: 10px
	}

	.Yewu .Part1 .txt .item .tit {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.Yewu .Part1 .map #map {
		height: 300px;
	}

	.Yewu .Part2 {
		padding: 20px;
	}

	.Yewu .Part2 .tit {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.Yewu .Part2 .PartBox .item {
		width: 98%;
		margin-bottom: 30px;
		height: auto;
	}

	.Yewu .Part2 .PartBox .item h1 {
		font-size: 16px;
	}
}

/*关于我们*/

.ny-about {
	padding: 60px 0;
}

.ny-about .container {
	display: flex;
	justify-content: space-between;
}

.ny-about .img {
	width: 50%;
}

.ny-about .txt {
	width: 100%;
}

.ny-about .txt .t {
	text-align: center;
}

.ny-about .txt .t h2 {
	line-height: 1em;
	font-size: 32px;
	font-family: 'sy-b';
	color: #000;
}

.ny-about .txt .t p {
	margin-top: 20px;
	font-size: 22px;
	color: #0c439f;
	font-family: 'sy-b';
}

.ny-about .txt .c {
	margin-top: 20px;
	color: #222;
}

.ny-about .txt .c p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.8em;
}

.ny-partner {
	padding: 100px 0px;
	background: url("../images/cooperateBg.jpg") no-repeat center;
	background-size: cover;
}

.ny-partner .tit {
	text-align: center;
}

.ny-partner .tit h2 {
	font-size: 40px;
	font-family: 'sy-b';
	color: #fff;
	line-height: 1em;
}

.ny-partner .tit p {
	margin-top: 10px;
	line-height: 1em;
	color: #fff;
}

.ny-partner .ct {
	margin-top: 60px;
	position: relative;
}

.ny-partner .ct li a:after {
	opacity: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translateY(-10px);
	background: #0c439f;
	transition: all 0.5s
}

.ny-partner .ct li:hover a:after {
	opacity: 0.8;
	transform: translateY(0px);
}

.ny-partner .ct .txt {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
	height: fit-content;
	text-align: center;
	color: #fff;
	font-size: 18px;
	transform: translateY(10px);
	transition: all 0.5s;
}

.ny-partner .ct li:hover .txt {
	transform: translateY(0px);
	opacity: 1;
}

.ny-partner .spot {
	position: initial;
	margin-top: 40px
}

.ny-partner .spot span {
	opacity: 1;
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 4px;
}

.ny-partner .spot span.swiper-pagination-bullet-active {
	background: #0c439f;
}


.wapdesgin {
	padding: 60px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wapdesgin .txt {
	width: calc(100% - 500px);
}

.wapdesgin .txt .t {
	font-size: 36px;
	font-family: sy-b;
	color: #000;
}

.wapdesgin .txt .c {
	font-size: 20px;
	color: #222;
	margin-top: 25px;
}

.wapdesgin .txt .c p {
	margin-bottom: 10px;
	line-height: 1.8em;
}

.wapdesgin .img {
	width: 300px;
}

.wappro {
	background: #f8fafb;
	padding-top: 140px;
	padding-bottom: 50px;
}

.wappro .t {
	font-size: 36px;
	color: #000;
	font-family: sy-b;
	text-align: center;
}

.wappro .c {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wappro .c .img {
	width: calc(50% - 50px);
}

.wappro .c .txt {
	width: 50%;
}

.wappro .c .txt li {
	box-shadow: 0px 4px 10px 0px rgba(80, 111, 167, .2);
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 10px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wappro .c .txt li img {
	margin-right: 25px;
}

.wappro .c .txt li p {
	font-size: 22px;
	color: #000;
	line-height: 1em;
	font-family: sy-b;
}

.wappro .c .txt li span {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	line-height: 1.5em;
	display: block;
}

.wapfunction {
	padding-top: 100px;
}

.wapfunction .t {
	font-size: 36px;
	color: #000;
	font-family: sy-b;
	text-align: center;
}

.wapfunction .c {
	margin-top: 20px;
}

.wapfunction .c ul {
	display: flex;
	flex-wrap: wrap;
}

.wapfunction .c li {
	width: calc(25% - 25px);
	margin-right: 25px;
	box-shadow: 0px 4px 10px 0px rgba(80, 111, 167, .2);
	margin-bottom: 25px;
	padding: 25px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.wapfunction .c li p {
	font-size: 20px;
	font-family: sy-b;
	color: #000;
}

.wapfunction .c li span {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}


/*联系我们*/

.ny-contant {
	display: flex;
	justify-content: space-between;
	padding: 70px 20px;
}

.ny-contant .conInfo {
	width: 460px;
}

.ny-contant .conInfo h4 {
	font-size: 28px;
	font-family: "Roboto-m";
	color: #000;
	line-height: 1;
	margin-bottom: 30px;
}

.ny-contant .conInfo ul li {
	display: flex;
	align-items: flex-start;
}

.ny-contant .conInfo ul li:nth-child(2) {
	padding: 30px 0;
	margin: 30px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}


.ny-contant .conInfo ul li .mark {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}

.ny-contant .conInfo ul li .content {
	width: calc(100% - 40px);
	padding-left: 16px;
}

.ny-contant .conInfo ul li .content span {
	display: block;
	font-size: 17px;
	color: #000;
	line-height: 1.4;
	font-family: 'Roboto-m';
}

.ny-contant .conInfo ul li .content a {
	display: block;
	margin-top: 6px;
}

.ny-contant .conInfo ul li .content a:hover {
	color: #dd3d2f;
}

.ny-contant .conFeed {
	width: calc(100% - 560px);
	background: #FFFFFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	padding: 50px;
	margin-top: -120px;
	position: relative;
}

.ny-contant .conFeed .title {
	margin-bottom: 10px;
}

.ny-contant .conFeed .title span {
	display: block;
	text-transform: uppercase;
	color: #d70c19;
	font-size: 15px;
}

.ny-contant .conFeed .title b {
	display: block;
	text-transform: capitalize;
	color: #000;
	font-size: 28px;
	font-family: 'hg';
}

.ny-contant .conFeed .inquiry input,
.ny-contant .conFeed .inquiry textarea {
	border: none;
	background: #e6eef3;
}

.ny-contant .conFeed .inquiry dl dt {
	width: 240px;
	margin: 20px auto 0;
}

.ny-contant .conFeed .inquiry dl dt button {
	line-height: 50px;
}

.map #mapContainer {
	width: 100%;
	height: 500px;
}


.searchPro {
	padding: 50px 0 80px;
}

.searchPro ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.searchPro ul li {
	width: 25%;
	padding: 0 10px;
	margin-top: 20px;
}

.searchPro ul li a {
	display: block;
	background: #f0f0f0;
}

.searchPro ul li .pic {
	overflow: hidden;
}

.searchPro ul li .pic img {
	mix-blend-mode: darken;
	object-position: center;
	width: 100%;
	transition: all 0.6s;
}

.searchPro ul li h3 {
	color: #1a1a1a;
	padding: 15px 20px;
	font-size: 17px;
	border-top: 1px solid #dbdbdb;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.searchPro ul li:hover .pic img {
	transform: scale(1.1);
}

.searchPro ul li:hover h3 {
	color: #fff;
	background: #0c439f;
	border-color: #0c439f;
}